  10 line SHOOTER
  ===============

  This is my entry for BASIC tenliners 2016.

  The idea is to write a complete game in just 10 lines in BASIC.

  My game is a space shooter for MSX systems.  You move the ship using  cursor
  keys and shoot with space.  You must destroy all ships before they reach the
  bottom of the screen.

  This is my first attempting with BASIC (I did something similar C a lot of
  years ago), and I'm surprised I've been able to build a full game, including
  title screen, scoring and advanced graphics in just 10 lines in BASIC.  The
  game is quite slow, has not sound and it isn't very challenging but it WORKS
  and it is awesome for me.

FILE

  10 line SHOOTER
  by Ñuño Martínez
  Website: http://www.piopiojuegos.es/ & http://www.burdjia.com/
  Contact: gmartinez(a)burdjia.com
  Platform: MSX
  Language: MSX-BASIC 1.0
  Category: EXTREM-256

  The game was tested on openMSX emulator.
